Robonomics IO
stream-oriented library with support general set of sensors and actuators (including virtual devices like PubSub or stdin/stdout) that makes hardware interaction easy.
hr.icon
robonomics io
--dev Specify the development chain
開発チェーンの指定
OPTIONS
-d,--base-path <PATH> Specify custom base path
? pathはどこから見つけるの?
--chain <CHAIN_SPEC> Specify the chain specification (one of dev, local, or staging)
dev
local
staging
-l, --log <LOG_PATTERN>... Sets a custom logging filter. Syntax is <target>=<level>, e.g. -lsync=debug
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
read Read information from device
write Write information into device
2.echo "Hello Robonomics" | robonomics io write ipfs
return hash
3.echo hash | robonomics io read ipfs
return Hello Robonomics
例ではIoTデバイスまたはロボットをオン/オフにする
1.dev環境でnetwork繋ぐ
2.Account作成
3.新AccountにToken渡す
? ↑の作業と文法の部分の関連が不明
なぜTokenを渡して、下のDocumentではリモートRobotのオンオフをしているのか?
robonomics io read launch
結果がbugと出た
あまり意味がわかってない
bugっぽかたら、issueに投げる